home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Programmer's Power Pack
/
Delphi Volume 1.iso
/
e_to_l
/
greport2
/
unit1.dfm
/
unit1.txt
Wrap
Text File
|
1996-09-15
|
488b
|
28 lines
object Form1: TForm1
Left = 200
Top = 99
Width = 435
Height = 300
Caption = 'Form1'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
TextHeight = 16
object Button1: TButton
Left = 152
Top = 104
Width = 89
Height = 33
Caption = 'Button1'
TabOrder = 0
OnClick = Button1Click
end
object GraphicReport1: TGraphicReport
ReportFile = 'TEST.RPF'
Left = 136
Top = 56
end
end